home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / comms / internet / html-related / hsc / readme < prev    next >
Text File  |  1996-09-30  |  2KB  |  84 lines

  1.  
  2. TITLE
  3.  
  4.   hsc - html sucks completely
  5.  
  6. VERSION 
  7.  
  8.   0.9.10
  9.  
  10. AUTHOR
  11.  
  12.   Thomas Aglassinger <agi@giga.or.at>
  13.  
  14. DESCRIPTION
  15.  
  16.   This is a developer tool for html-projects.
  17.  
  18.   It can be used on any html-file and creates a new html-file as
  19.   output. In the input-file, you may use an extended syntax based
  20.   on html, but which also allows things like macros and
  21.   conditionals.
  22.  
  23.   It's mainly intended to create and maintain larger html-projects.
  24.   As a CLI-only-tool, it should be used with `make'; a 
  25.   dependecy-generator is included.
  26.  
  27.   hsc is *not* a tool to make html easier for beginners; It's a
  28.   tool to make html a bit less painful and braindamaged for
  29.   people who already know how to work with it.
  30.  
  31. FEATURES
  32.  
  33.   o adds some special tags, for example to
  34.     o include files (also sources)
  35.     o execute shell commands during conversion
  36.     o add comments in a reasonable way
  37.   o supports macros (implemented as additional tags)
  38.   o conditionals (if/else/elseif)
  39.   o simple expressions can be passed as values to attributes (like
  40.     string concatenation, string comparison, import of environment-
  41.     variables, current time or filesize)
  42.   o for local links, checks if file/id exists
  43.   o maintains a project-file to check existence of id's over all 
  44.     files processed
  45.   o supports absolute URIs (relative to root-directory of project)
  46.   o replaces special characters by entities
  47.   o evaluates attributes for image-size
  48.   o strips comments and specified tags
  49.   o strips useless white-spaces and linefeeds
  50.   o replaces icon-entities by images
  51.   o performs a (small) syntax- and structure-check
  52.   o easy to extend syntax-definition format
  53.   o dependency-generator for Makefiles included
  54.  
  55. NEW FEATURES
  56.  
  57.   o some bigfixes and code-cleanup
  58.   o attributes can now be defined from command-line
  59.   o no more 68000-binaries (not really a feature)
  60.   
  61. SPECIAL REQUIREMENTS
  62.  
  63.   AmigaOS 2.04, 2MB of regular memory, 68020, some sort of 
  64.   WWW-Browser and ASCII-Editor.
  65.   For larger projects, 4MB of memory and 68030 are recommded.
  66.  
  67. AVAILABILITY
  68.  
  69.   ftp://wuarchive.wustl.edu/pub/aminet/text/hyper/hsc.lha
  70.   http://www.giga.or.at/~agi/hsc/index.html
  71.  
  72. PRICE
  73.  
  74.   Freeware.
  75.  
  76. DISTRIBUTABILITY
  77.  
  78.   Distributed under GNU General Public License 
  79.  
  80. SOURCE-CODE
  81.  
  82.   ANSI-C source-code is available in a separate archive (look for
  83.   `hsc-source.lha' at the same site you've got the binaries from).
  84.